OracleDate Constructor(Byte[])
Initializes a new instance of the
OracleDate structure with the provided byte array, which is in the OCIDate format.
public OracleDate(
byte[]
)
'Declaration
Public Function New( _
ByVal () As Byte _
)
Parameters
- bytes
- The byte array, which should be in the OCIDate format.